*{
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  font-family: font-family: 'Gelasio', serif;
  font-family: 'Noto Serif', serif;
  box-sizing: border-box;
  text-decoration::content;
  scroll-behavior: smooth;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

}
.home-bg {
  background: url('/image/1.jpg') no-repeat center center/cover;
}

.history-bg {
  background: url('/image/2.jpg') no-repeat center center/cover;
}
.festival-bg {
  background: url('/image/27.jpg') no-repeat center center/cover;
}
.geography-bg {
  background: url('/image/2.jpg') no-repeat center center/cover;
}
.education-bg {
  background: url('/image/30.jpg') no-repeat center center/cover;
}
.other-bg {
  background: url('/image/g.jpg') no-repeat center center/cover;
}
.gallery-bg {
  background: url('/image/bp1.jpg') no-repeat center center/cover;
}
#header-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/*Custom Scroll Bar CSS*/

::-webkit-scrollbar
{
    width: 10px;
}

::-webkit-scrollbar-track
{
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb
{
    background:#6e93f7;
    border-radius:12px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover
{
    background:#4070f4;
  
}
.header {
  min-height: 80vh;
  width: 100%;
  background-position:center;
  background-size: cover;
  position: relative;
}
nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}
nav img{
  width: 90px;
}
nav-links{
  flex: 1;
  text-align: right;
}
.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px ;
  position:relative;
}
.nav-links ul li a{
  color: #fff;
  text-decoration : none;
  font-size: 13px;
}
.nav-links ul li ::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav-links ul li:hover ::after {
  width: 100%;
}
.text-box{
  width: 90%;
  color:#fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: Center;
}
.text-box H{
  font-size: 40PX;
  color: #33ff00;;
}
.text-box P{
  margin: 12PX 0 40px;
  color:#ffffff;
  font-size: 18px;
  text-align: justify;

}
.hero-btn{
  display: Hidden;
  text-decoration: none;
  color: #00ffdc;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.hero-btn:hover{
  border: 1px solid #f44336;
  background: #f44336;
  transition: 1s;
}

nav .fa{
display: none;
}

.Khadpu{
  background-color: #84f2e354;
  border-radius: 1rem;
}

.name{
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5rem;
  transition: background-color 0.3s ease-in-out; /* Added transition effect */
  /* Add animation properties here */
  animation-name: moveleft ;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* ne the animation keyframes */
  @keyframes moveleft {
    from {
      transform: translateX(50%);
    }
    to {
      transform: translateX(0);
    }
  }
  /* H4 with hover */
  .name h2{
    max-width: 900px;
    margin: 0 auto;
    padding: 5px;
    color: #03125ffa; 
    font-size: 20px; 
    
    }

    .name h2:hover{
      color: darkorchid;
      }
    .name2 p {
      font-family: "Arial", sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      color: #333;
      text-align: justify;
      line-height: 1.5;
      letter-spacing: 1px;
      padding: 10px;
      margin: 0;
      background-color: #f9f9f973;
      overflow: auto;
      position: relative;
     }

     .name{
      max-width: 600px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 5rem;
      transition: background-color 0.3s ease-in-out; /* Added transition effect */
      /* Add animation properties here */
      animation-name: moveleft ;
      animation-duration: 5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
    }
    /* ne the animation keyframes */
      @keyframes moveleft {
        from {
          transform: translateX(50%);
        }
        to {
          transform: translateX(0);
        }
      }
      /* H4 with hover */
      .name1 h3{
        max-width: 900px;
        margin: 0 auto;
        padding: 5px;
        color: #03125ffa; 
        font-size: 20px; 
        }
    
        .name1 h2:hover{
          color: darkorchid;
          }
        .name3 p {
          font-family: "Arial", sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          color: #333;
          text-align: justify;
          line-height: 1.5;
          letter-spacing: 1px;
          padding: 10px;
          margin: 0;
          background-color: #f9f9f973;
          overflow: auto;
          position: relative;
         }
         .name1{
          max-width: 600px;
          margin: 0 auto;
          padding: 20px;
          border-radius: 5rem;
          transition: background-color 0.3s ease-in-out; /* Added transition effect */
          /* Add animation properties here */
          animation-name: moveright ;
          animation-duration: 5s;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
        }

         /* ne the animation keyframes */
      @keyframes moveright {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(50%);
        }
      }

       

     
      /*---------- footer---------*/






.footer{
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color:rgb(215, 222, 215);
  position: relative;
  z-index: 0;
 
}
.footer h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  color: #2f363e;
  }

p {
  font-size: medium;
  color: dimgray;
  
}



/*---------- History---------*/

  .Sub-header{
  height: 60vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../image/2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.Sub-header h1{
    margin-top: 100px;
    color: #33ff00;
    font-size: 36px;
    font-weight: 600;

}
h1{
    font-size: 36px;
    font-weight: 600;
}
.History{
  width: 100%;
  margin: auto;
  padding: 60px 0;
  background: #d2e2e5;
  border-radius: 50px;
  margin-bottom: 10%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
.intro-left{
  flex-basis: 65%;
}

.intro-left h2 {
  flex-basis: 50%;
    background: #d2e2e5;
    border-radius: 50px;
    margin-bottom: 10%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: rgb(255, 0, 13);
    
   

}
.intro-left p {
  font-size: 100px;
  color: #e30f0f;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: justify;
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-left p {
  font-size: 18px;
  color: #ee0909;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(251, 3, 3, 0.1);
  text-align: justify;
  transition: transform 0.3s ease;
  margin: 12PX 0 40px;
}

.intro-left P:hover {
  transform: scale(1.02);
}



/*Festival*/

.Sub-header1{
  height: 60vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../image/27.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.Sub-header1 h1{
  
    color: #33ff00;
}

.about-col{
  flex-basis: 50%;
    background: #d2e2e5;
    border-radius: 50px;
    margin-bottom: 10%;
    padding: 50px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    }
    .about-col p1{
      text-overflow: clip;
      color: #cc0711;
    }
    .about-col h1{
      text-overflow: clip;
      color: #cc0711;
    
    }


    .timeline{
      position: relative;
      max-width: 1200px;
      margin: 100px auto;
     
      
    }
    .container{
      padding: 10px 50px;
      position: relative;
      width: 50%;
      animation: movedown 1s linear forwards;
      opacity: 0;
    }
    @keyframes movedown {
      0%{
        opacity: 1;
        transform: translatey(-30px);
      }
      100%{
        opacity: 1;
        transform: translatey(0px);
      }
    }
    .container:nth-child(1){
      animation-delay: 0s;
    }
    .container:nth-child(2){
      animation-delay: 1s;
    }
    .container:nth-child(3){
      animation-delay: 2s;
    }
    .container:nth-child(4){
      animation-delay: 3s;
    }
    .container:nth-child(5){
      animation-delay: 4s;
    }
    .container:nth-child(6){
      animation-delay: 5s;
    }
    .container:nth-child(7){
      animation-delay: 6s;
    }
    .container:nth-child(8){
      animation-delay: 7s;
    }
    .container:nth-child(9){
      animation-delay: 8s;
    }
    .container:nth-child(10){
      animation-delay: 9s;
    }
    .container:nth-child(11){
      animation-delay: 10s;
    }
    .container:nth-child(12){
      animation-delay: 11s;
    }
    .container:nth-child(13){
      animation-delay: 12s;
    }
    .container:nth-child(14){
      animation-delay: 13s;
    }
    .container:nth-child(15){
      animation-delay: 14s;
    }
    .container:nth-child(16){
      animation-delay: 15s;
    }
    .container:nth-child(17){
      animation-delay: 16s;
    }
    .container:nth-child(18){
      animation-delay: 17s;
    }
    .container:nth-child(19){
      animation-delay: 18s;
    }
    .container:nth-child(20){
      animation-delay: 19s;
    }
    .container:nth-child(21){
      animation-delay: 20s;
    }
    
    .text-box2{
      padding: 20px 30px;
      background: #dad8f6;
      position: relative;
      border-radius: 6px;
      font-size: 15px;
    }
    .text-box2 p{
      color: blue;
      font-display: bold;
    }
    .left-container{
      left:0;
    }
    .right-container{
      left:50%;
    }
    .container img{
      position: absolute;
      width: 40px;
      border-radius: 50%;
      right: -20px;
      top: 30Px;
      z-index: 10;
    }
    .right-container img{
      left: -20px;
    }
    .timeline::after{
      content: "";
      position: absolute;
      width: 6px;
      height: 100%;
      background: #07080a;
      top: 0;
      left: 50%;
      margin-left: -3px;
      z-index: -1;
      animation: moveline 6s forwards linear;
    }
    @keyframes moveline {
      0%{
        height: 0;
      }
      100%{
        height: 100%;
      }
    }
    
    .text-box2 h2{
      font-weight: 600;
    
    }
    .text-box2 small{
      display: inline-block;
      margin-bottom: 15px;
    
    }
    .left-container-arrow{
      height: 0;
      width: 0;
      position: absolute;
      top: 28px;
      z-index: 1;
      border-top: 15px solid transparent ;
      border-bottom: 15px solid transparent;
      border-left: 15px solid  #090b0f;
      right: -15px;
    }
    .right-container-arrow{
      height: 0;
      width: 0;
      position: absolute;
      top: 28px;
      z-index: 1;
      border-top: 15px solid transparent ;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #0a0b10;
      left: -15px;
    }
    @media screen and (max-width: 600px){
      .timeline{
        margin: 50px auto;
      }
      .timeline::after{
        left: 31px;
      }
      .container{
        width: 200%;
        padding-left: 80px;
        padding-right: 25px;
       
      }
      .text-box{
        font-size: 10px;
      }
      .text-box small{
        margin-bottom: 10px;
      }
      .right-container{
        left: 0;
      }
      .left-container img , .right-container img{
        left: 10px;
      }
      .left-container-arrow , .right-container-arrow{
        border-right: 20px solid #040406;
        border-left: 0;
        left: -20px;
      }
    }
    .timeline-section{
      background-color: #2f363e4d;
      padding: 50px 0;
    }

  







/* responsive */
@media(max-width: 767px){
	.timeline-items::before{
		left: 7px;
	}
	.timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:0;
	}
}
/*----Geography----*/
.video {
  position: relative;
  height: 70vh;
  width: 50%;
  overflow: hidden;
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.About-Geography {
  background-color: #84f2e354;
  border-radius: 1rem;
}

.Sub-header4 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  z-index: 2;
}

.Sub-header4 h1 {
  padding: 0;
  margin: 0;
  color: rgb(17, 17, 114);
  text-align: center;
  margin-top: 100px;
}

.about-geo {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  animation-name: moveRight;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes moveRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

.about-geo h4 {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  color: #03125ffa;
}

.about-geo h4:hover {
  color: darkorchid;
}

.ag1 p {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 1.5;
  background-color: #f9f9f973;
  padding: 10px;
}

.image-container {
  float: left;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 70%;
  height: auto;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}

.image-container:hover img {
  transform: scale(1.2, 1.2);
}

.tole p {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #0e31cd;
  text-align: justify;
  line-height: 1.5;
  background-color: #f9f9f973;
  padding: 10px;
}

.footer {
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
}

.footer a {
  text-decoration: none;
  color: #4267B2;
}


/*----Education----*/
.Sub-header5{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../image/30.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;}

  .Sub-header5 h5{
    margin-top: 100px;
    color:  #33ff00;
    font-size: 36px;
    font-weight: 600;
  }
  .intro-left1{
    flex-basis: 65%;
  }
  
  .intro-left1 h2 {
    flex-basis: 50%;
      background: #d2e2e5;
      border-radius: 50px;
      margin-bottom: 10%;
      padding: 20px 12px;
      box-sizing: border-box;
      transition: 0.5s;
      text-align: center;
      font-weight: 600;
      margin: 10px 0;
      color: rgb(255, 0, 0);
      
     
  
  }
  .intro-left1 p {
    font-size: 100px;
    color: #e30f0f;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: justify;
    animation-name: fadeIn;
    animation-duration: 1s;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .intro-left1 p {
    font-size: 20px;
    color: #094eee;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(230, 251, 3, 0.1);
    text-align: justify;
    transition: transform 0.3s ease;
    margin: 12PX 0 40px;
  }
  
  .intro-left1 P:hover {
    transform: scale(1.02);
  }
  /*----Other Story----*/
  
  .sub-header6{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(166, 205, 8, 0.159),rgba(5, 29, 105, 0.7)),url(../image/g.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;}

  .Sub-header6 h1{
    margin-top: 100px;
  }
  .About-Story{
    font-size: 18px;
    color: #094eee;
    background-color: #b5e9e3;
    padding: 10px;
    border-radius: 5px;
    }
    
/* Define the animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-S0{
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(35, 4, 4, 0.1);
  transition: background-color 0.3s ease-in-out; /* Added transition effect */

  /* Add animation properties here */
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
/* Define the animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Additional animation for hover effect */
.about-S0:hover {
  background-image: url(../image/g.jpg); /* New background color on hover */
  border-radius:10rem;
}
.about-S0 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.2); /* Enlarge the image on hover */
  transition: opacity 0.3s ease-in-out;}
  
  .about-S0:hover .hover-image {
    opacity: 1;
  }

  .about-S1 h3{
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f4f4;
    color: #5d5e07;
    border-radius: 5rem;
    
  }
  .about-S1 P2{
  padding: 5px;
  line-height: 2;
  color: #050505;
  margin-bottom:15px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(187, 16, 16, 0.1);
  background-color: #4cb2e6bd;
  text-align: justify;
  font-size: medium;
  display: block;
  }
  
  .about-S1 img{
    max-width: 200px;
    max-height:75%;
    border-radius: 20px;
    margin-right: 10px;
    float: right;
    margin-top:1rem ;
  
  
  }
  .about-S2 h3{
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f4f4;
    color: #5d5e07;
    border-radius: 5rem;
    
  }
  .about-S2 P3{
  padding: 5px;
  line-height: 2;
  color: #050505;
  margin-bottom:15px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(187, 16, 16, 0.1);
  background-color: #4cb3e63b;
  text-align: justify;
  font-size: medium;
  display: block;
  }
  .about-S2 img{
    max-width: 300px;
    border-radius: 10px;
    margin-right: 10px;
    float: right;
    margin-top:4rem;
  }
  
    .about-S3 h4{
      max-width: 300px;
      margin: 0 auto;
      padding: 20px;
      background-color: #f5f4f4;
      color: #5d5e07;
      border-radius: 5rem;
      
    }
    .about-S3 P4{
    padding: 5px;
    line-height: 2;
    color: #050505;
    margin-bottom:15px;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(187, 16, 16, 0.1);
    background-color: #4cb2e6bd;
    text-align: justify;
    font-size: medium;
    display: block;
    font-display: swap ;
    
    }
    .about-S3 img{
      max-width: 500px;
      border-radius: 10px;
      margin-right: 10px;
      float: right;
      margin-top:100px;}
  
  
  
      .about-S4 h5{
        max-width: 300px;
        margin: 0 auto;
        padding: 20px;
        background-color: #f5f4f4;
        color: #5d5e07;
        border-radius: 5rem;
        
      }
      .about-S4 P5{
      padding: 5px;
      line-height: 2;
      color: #050505;
      margin-bottom:15px;
      border-radius: 30px;
      box-shadow: 0 2px 4px rgba(187, 16, 16, 0.1);
      background-color: #4cb2e6bd;
      text-align: justify;
      font-size: medium;
      display: block;
      font-display: swap ;}
      
  
  
  
     .about-s4 h3{
    max-width: 250px;
    margin: 0 auto;
    padding: 15px;
    background-color: #f5f4f4;
    color: #5d5e07;
    border-radius: 4rem;
    
  }
  .about-S4 P6{
  max-width: 100%;
  padding: 5px;
  line-height: 2;
  color: #050505;
  margin-bottom:15px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(187, 16, 16, 0.1);
  background-color: #0c48df82;
  text-align: justify;
  font-size: medium;
  display: block;
  }
  
  





  


  
/*----Gallery----*/
.G1{
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../Image/bp1.jpg);
  color: #5d5e07;
  border-radius: 1rem;
}
.Sub-header7{
  height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../Image/bp.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.Sub-header7 h1{
    top: 20%;
    color: #33ff00;
  
}

.about-gallery h2{
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f4f4;
  color: #068f13;
  border-radius: 5rem;

}
.about-gallery h2:hover {
  background-color: #e5d635; /* New background color on hover */
  border: radius 10px;
}
.photo img {
  transition: transform 0.3s ease;
}

.photo:hover img {
  transform: scale(1.01);
}
.photo img {
  box-shadow: 0 2px 4px rgba(220, 6, 6, 0.3);
}
.photo .description {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photo:hover .description {
  opacity: 1;
}
.photo img {
  filter:blur(5px);
}

.photo:hover img {
  filter: none;
}
.photo p{
  color:whitesmoke;
}



@media(max-width: 700px){
  .text-box H1{
        font-size: 10PX;
        color: #33ff00;}
        .nav-links ul li{
          display: block;
          
        }
        .nav-links{
          position: fixed;
          background: #f44336;
          height: 100vh;
          width: 200px;
          top: 0;
          right: -200px;
          text-align: left;
          z-index: 2;
          transition: 1s;
        }
        nav .fa{
          display: block;
          color: #fff;
          margin: 10px;
          font-size: 22px;
          cursor: pointer;
        }
        .nav-links ul {
          padding: 30px;
        }
      }    


      .icons a {
        color: #4267B2; /* Facebook blue */
        font-size: 18px;
        text-decoration: none;
    }
    .icons a:hover {
        color: #365899;
        text-decoration: underline;
    }
    